ignoreInlineChildShadows
Deprecated
Use takeOverDrawForInlineChildShadows instead. It has opposite but clearer semantics.
Determines whether the group will take over the draw operations for Inline shadows.
When false, Inline shadows on children of the ShadowsViewGroup do not require the additional clip settings noted in Inline's docs.
The Regular groups do this by default – i.e., they set ignoreInlineChildShadows = false – so that all the planes work as expected out of the box.
The Recycling groups do not do this by default – i.e., ignoreInlineChildShadows = true – to avoid altering the native routine for groups that need to redraw rapidly, and that usually wouldn't need this plane anyway.
The corresponding XML attribute, which is also deprecated, is always overridden by the one for takeOverDrawForInlineChildShadows (which has opposite semantics).